PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFLineToOperator Class / PDFLineToOperator Constructor / PDFLineToOperator Constructor(double,double)
The X coordinate of the point.
The Y coordinate of the point.
In This Topic
    PDFLineToOperator Constructor(double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFLineToOperator( 
       double x,
       double y
    )

    Parameters

    x
    The X coordinate of the point.
    y
    The Y coordinate of the point.
    See Also